home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / AIncludes / SoundInput.a < prev    next >
Encoding:
Text File  |  1998-02-12  |  695 b   |  30 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        SoundInput.a
  3. ;
  4. ;    Contains:    Sound Input Interfaces.
  5. ;
  6. ;    Version:    Technology:    System 7.5
  7. ;                Release:    Universal Interfaces 3.1
  8. ;
  9. ;    Copyright:    © 1990-1998, 1995-1997 by Apple Computer, Inc., all rights reserved
  10. ;
  11. ;    Bugs?:        Please include the the file and version information (from above) with
  12. ;                the problem description.  Developers belonging to one of the Apple
  13. ;                developer programs can submit bug reports to:
  14. ;
  15. ;                    devsupport@apple.com
  16. ;
  17. ;
  18.     IF &TYPE('__SOUNDINPUT__') = 'UNDEFINED' THEN
  19. __SOUNDINPUT__ SET 1
  20.  
  21. ;  obsolete file, all sound interfaces have been moved to Sound.[hpar]
  22.     IF &TYPE('__SOUND__') = 'UNDEFINED' THEN
  23.     include 'Sound.a'
  24.     ENDIF
  25.  
  26.  
  27.  
  28.     ENDIF ; __SOUNDINPUT__ 
  29.  
  30.